←Select platform

KeyContainer Constructor(String,Byte[])

Summary

Initializes a new instance of the KeyContainer class.

Syntax

C#
VB
C++
public KeyContainer(  
   string name, 
   byte[] key 
) 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal key() As Byte _ 
) 
public: 
KeyContainer(  
   String^ name, 
   array<byte>^ key 
) 

Parameters

name
The name.

key
The key to import into container.

Remarks

Upon successfull creation of the container the key is imported into the container.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize